From 7d96cc5c4b2670a4220a50746fa17a0e8a4da1c2 Mon Sep 17 00:00:00 2001 From: Daniel Kiper Date: Fri, 10 Oct 2014 10:55:03 +0200 Subject: [PATCH] x86/boot/reloc: remove redundant blank characters and reformat comments a bit Signed-off-by: Daniel Kiper Reviewed-by: Andrew Cooper --- xen/arch/x86/boot/reloc.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/xen/arch/x86/boot/reloc.c b/xen/arch/x86/boot/reloc.c index fa0fb6bfb3..4609e55625 100644 --- a/xen/arch/x86/boot/reloc.c +++ b/xen/arch/x86/boot/reloc.c @@ -1,11 +1,11 @@ -/****************************************************************************** +/* * reloc.c - * + * * 32-bit flat memory-map routines for relocating Multiboot structures * and modules. This is most easily done early with paging disabled. - * + * * Copyright (c) 2009, Citrix Systems, Inc. - * + * * Authors: * Keir Fraser */ @@ -21,8 +21,9 @@ asm ( " jmp reloc \n" ); -/* This is our data. Because the code must be relocatable, no BSS is - * allowed. All data is accessed PC-relative with inline assembly. +/* + * This is our data. Because the code must be relocatable, no BSS is + * allowed. All data is accessed PC-relative with inline assembly. */ asm ( "alloc: \n" -- 2.30.2